home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000235_fdc@watsun.cc.columbia.edu_Sun Jul 1 19:36:26 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  85 lines

  1. Article: 12555 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.os.vms,comp.protocols.kermit.misc
  5. Subject: Re: C-Kermit 8.0 Beta
  6. Date: 1 Jul 2001 23:36:33 GMT
  7. Organization: Columbia University
  8. Lines: 68
  9. Message-ID: <9hoc61$qit$1@newsmaster.cc.columbia.edu>
  10. References: <9hlfsf$10m$1@newsmaster.cc.columbia.edu> <994029010.909.0.nnrp-08.d4e45fa5@news.demon.co.uk>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 994030593 27229 128.59.39.2 (1 Jul 2001 23:36:33 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 1 Jul 2001 23:36:33 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.os.vms:292462 comp.protocols.kermit.misc:12555
  16.  
  17. In article <994029010.909.0.nnrp-08.d4e45fa5@news.demon.co.uk>,
  18. Chris Townley <news@townleyc.demon.co.uk> wrote:
  19. : I will have a go on my hobbyist alpha (Compaq C V6.2-008 on OpenVMS Alpha
  20. : V7.3)
  21. : However I could not get the download - got a message that IE could not
  22. : download - server returned extended information.
  23. Oops, typo in the link!  Fixed now:
  24.  
  25.   ftp://kermit.columbia.edu/kermit/test/tar/ckv200b02.zip
  26.  
  27. Thanks for noticing.
  28.  
  29. : I will hook it down at work and have a go on Monday or Tuesday. Do you want
  30. : the executables?
  31. Yes, please.  Here are instructions for VMS C-Kermit binary builders:
  32.  
  33. Here's how to build VMS C-Kermit 8.0.200 Beta.02 binaries.
  34. Note: Replace all "200b02" below with whatever the current
  35. edit number and Alpha/Beta designation might be.
  36.  
  37.  . Download the VMS source archive:
  38.      ftp://kermit.columbia.edu/kermit/test/tar/ckv200b02.zip
  39.  
  40.  . Unzip it into a fresh directory
  41.    (Let me know if you don't have VMS ZIP/UNZIP).
  42.  
  43. On each VMS computer:
  44.  
  45.  . Build the network version:
  46.  
  47.    @ckvker  (or use "@ckvker m" if "@ckvker" fails)
  48.  
  49.    This makes a WERMIT.EXE file, which you can run and use as a Telnet
  50.    client, etc.  Copy WERMIT.EXE to:
  51.  
  52.      ckv200b02-PPP-vmsVV-ucxUU.exe
  53.  
  54.    where:
  55.  
  56.      PPP the platform: "vax" or "axp"
  57.      VV is the VMS version (two digits, no period) e.g. 62, 73.
  58.      VV is the UCX version (two digits, no period) e.g. 41, 51.
  59.  
  60.    For example:
  61.  
  62.      ckv200b02-axp-vms72-ucx51.exe
  63.      ckv200b02-vax-vms62-ucx41.exe
  64.  
  65.  . Build the non-networks version:
  66.  
  67.    @ckvker n  (or use "@ckvker mn" if "@ckvker n" fails)
  68.  
  69.    Rename the non-nets WERMIT.EXE as above, except put "nonet" in the network
  70.    field, for example:
  71.  
  72.      ckv200b02-vax-vms62-nonet.exe
  73.      ckv200b02-vax-vms73-nonet.exe
  74.  
  75.  . Upload all the ckv200b02-*-vms*-*.exe files in binary mode to:
  76.  
  77.      ftp://kermit.columbia.edu/kermit/incoming/
  78.  
  79.  . Delete all the ckv200b02-*-vms*-*.exe files if desired.
  80.  
  81. - Frank
  82.